@media only screen and (min-width: 1200px){
.section+.section {
    margin-top: 32px;
}
.wui-media.wui-media-4-1\@S {
    padding-bottom: 25%;
}
.wui-icon.wui-icon-64\@S>i {
    font-size: 64px;
}
.video .video-intro .video-intro-text {
    font-size: 24px;
    margin-top: 24px;
}


}

.section+.section {
    margin-top: 16px;
}
.video {
    display: block;
    position: relative;
}
.video:hover .video-intro {
    color: #26BB79;
}
.wui-media.wui-media-2-1 {
    padding-bottom: 50%;
}
.wui-media.wui-media-hover {
    cursor: pointer;
}
.wui-media {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    background-color: #f5f5f5;
}
.wui-media .wui-media-wrap {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.wui-media.wui-media-fixed .wui-media-wrap .wui-media-inner {
   /* background-attachment: fixed;*/
}
.wui-media .wui-media-wrap .wui-media-inner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.wui-media .wui-media-wrap .wui-media-inner, .wui-media .wui-media-wrap .wui-media-img {
    display: block;
    width: 100%;
    height: 100%;
}
.wui-media .wui-media-mask {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: rgba(0,0,0,0.5);
}
.video .video-intro {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 240px;
    text-align: center;
    padding: 32px;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.video .video-intro:before {
    border-width: 5px 0 0 5px;
    top: 0;
    left: 0;
}
.video .video-intro:after {
    border-width: 0 5px 5px 0;
    right: 0;
    bottom: 0;
}
.video .video-intro:before, .video .video-intro:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border-style: solid;
    border-color: #fff;
    position: absolute;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.wui-icon.wui-icon-40>i {
    font-size: 40px;
}
.video .video-intro .video-intro-text {
    font-size: 16px;
    line-height: 1;
    margin-top: 16px;
    word-break: break-all;
    white-space: nowrap;
}
